home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d902.lha / Less / Source / source.lha / stuffChar.a < prev    next >
Text File  |  1993-01-21  |  191b  |  9 lines

  1. ;    Required by RawDoFmt to place a character in a buffer.
  2. ;    For usage, see Includes and AutoDocs under exec/RawDoFmt
  3.         section    code
  4.         xdef    _stuffChar
  5. _stuffChar:
  6.         move.b    d0,(a3)+
  7.         rts
  8.         end
  9.